API

Procurement APIs

GET procurement/returns

List of supplier returns

HTTP method GET
URI https://api.rambase.net/procurement/returns
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 597, version 13

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

InfoNotification() Named filter Supplier returns with notifications of category I (Information)
MySupplierReturns() Named filter Supplier returns the current user is assigned to
PendingGoods() Named filter Supplier returns pending goods (status 8)
PendingGoodsOrCredit() Named filter Supplier returns pending goods or credit (status 4)
PendingPicking() Named filter Supplier returns pending picking (status 2 )
PendingPickingQueue() Named filter Supplier returns pending to be added to picking queue (status 1)
PendingRMAFromSup() Named filter Supplier returns pending RMA from supplier (status 5)
PendingShipping() Named filter Supplier returns pending shipping (status 3)
Processed() Named filter Processed supplier returns (status 9)
Assignee Integer The user who has been assigned to work with this object. Available macros: currentUser()
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
DeliveryTermPlace String A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye.
DeliveryTerms String Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce)..
Location String Unique abbreviation/short name of the location.
Name String Name of supplier (name of company or surname/familyname/lastname of a person).
Note String Additional information regarding the object (free text). This note might be visible to customers/suppliers.
ShippingDate Date Date of shipment departure. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ShippingServiceId Integer Shipping service identifier.
Status Integer Status of supplier return.
SupplierId Integer RamBase supplier identifier.
SupplierReturnId Integer Supplier return identifier.
SuppliersReference String Suppliers/sellers reference. Typically a person.
SuppliersReferenceNumber String Suppliers/sellers reference number. Typically to an external system.
TotalAmount Decimal The total amount in object currency, including VAT.
Type String Type of supplier return.

Read more about filters and sorting on how to use sortable parameters

Assignee Integer The user who has been assigned to work with this object.
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier
CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
DeliveryTermPlace String A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye
DeliveryTerms String Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).
Location String Unique abbreviation/short name of the location
Name String Name of supplier (name of company or surname/familyname/lastname of a person)
Note String Additional information regarding the object (free text). This note might be visible to customers/suppliers.
ShippingDate Date Date of shipment departure
ShippingServiceId Integer Shipping service identifier
Status Integer Status of supplier return
SupplierId Integer RamBase supplier identifier
SupplierReturnId Integer Supplier return identifier
SuppliersReference String Suppliers/sellers reference. Typically a person.
SuppliersReferenceNumber String Suppliers/sellers reference number. Typically to an external system.
TotalAmount Decimal The total amount in object currency, including VAT
Type String Type of supplier return

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<SupplierReturns>
2
     <SupplierReturn>
3
          <SupplierReturnId
SupplierReturnId

Supplier return identifier

>
{Integer}</SupplierReturnId>
4
          <Status
Status

Status of supplier return

Possible domain values can be found here

>
{Integer}</Status>
5
          <Type
Type

Type of supplier return

Possible domain values can be found here

>
{String}</Type>
6
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
7
          <ShippingDate
ShippingDate

Date of shipment departure

>
{Date}</ShippingDate>
8
          <SuppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

>
{String}</SuppliersReference>
9
          <SuppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

>
{String}</SuppliersReferenceNumber>
10
          <Assignee
Assignee

The user who has been assigned to work with this object.

>
11
               <UserId
UserId

User identifier

>
{Integer}</UserId>
12
               <Name
Name

Name of the user

>
{String}</Name>
13
               <FirstName
FirstName

First name of the user

>
{String}</FirstName>
14
               <UserLink
UserLink

User reference

>
{String}</UserLink>
15
          </Assignee>
16
          <Location>
17
               <LocationId
LocationId

Location identifier

>
{Integer}</LocationId>
18
               <Name
Name

Name of location

>
{String}</Name>
19
               <ShortName
ShortName

Unique abbreviation/short name of the location

>
{String}</ShortName>
20
               <LocationLink
LocationLink

Location reference

>
{String}</LocationLink>
21
          </Location>
22
          <Supplier>
23
               <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
24
               <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
25
               <FirstName
FirstName

Firstname/givenname if the supplier is a person

>
{String}</FirstName>
26
               <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
27
          </Supplier>
28
          <Totals>
29
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
30
               <TotalAmount
TotalAmount

The total amount in object currency, including VAT

>
{Decimal}</TotalAmount>
31
          </Totals>
32
          <Shipment>
33
               <DeliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

>
{String}</DeliveryTerms>
34
               <DeliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

>
{String}</DeliveryTermPlace>
35
               <ShippingService>
36
                    <ShippingServiceId
ShippingServiceId

Shipping service identifier

>
{Integer}</ShippingServiceId>
37
                    <Name
Name

Name of shipping service

>
{String}</Name>
38
                    <ShippingServiceLink
ShippingServiceLink

Shipping service reference

>
{String}</ShippingServiceLink>
39
               </ShippingService>
40
          </Shipment>
41
          <HighlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
42
               <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{Integer}</NotificationId>
43
               <Status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{Integer}</Status>
44
               <CreatedAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{Datetime}</CreatedAt>
45
               <Message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{String}</Message>
46
               <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{String}</TranslatedMessage>
47
               <NotificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
48
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeId>
49
                    <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{String}</Category>
50
                    <NotificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeLink>
51
               </NotificationType>
52
               <NotificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

>
{String}</NotificationLink>
53
          </HighlightedNotification>
54
          <SupplierReturnLink
SupplierReturnLink

Supplier return reference

>
{String}</SupplierReturnLink>
55
     </SupplierReturn>
56
     <Paging
Paging

Detailed paging information for this list.

>
57
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
58
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
59
          <Page
Page

Page index

>
{Integer}</Page>
60
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
61
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
62
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
63
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
64
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
65
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
66
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
67
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
68
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
69
     </Paging>
70
</SupplierReturns>
1
{
2
     "supplierReturns": [
3
          {
4
               "supplierReturnId
SupplierReturnId

Supplier return identifier

":
"{Integer}",
5
               "status
Status

Status of supplier return

Possible domain values can be found here

":
"{Integer}",
6
               "type
Type

Type of supplier return

Possible domain values can be found here

":
"{String}",
7
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
8
               "shippingDate
ShippingDate

Date of shipment departure

":
"{Date}",
9
               "suppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

":
"{String}",
10
               "suppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

":
"{String}",
11
               "assignee
Assignee

The user who has been assigned to work with this object.

":
{
12
                    "userId
UserId

User identifier

":
"{Integer}",
13
                    "name
Name

Name of the user

":
"{String}",
14
                    "firstName
FirstName

First name of the user

":
"{String}",
15
                    "userLink
UserLink

User reference

":
"{String}"
16
               },
17
               "location": {
18
                    "locationId
LocationId

Location identifier

":
"{Integer}",
19
                    "name
Name

Name of location

":
"{String}",
20
                    "shortName
ShortName

Unique abbreviation/short name of the location

":
"{String}",
21
                    "locationLink
LocationLink

Location reference

":
"{String}"
22
               },
23
               "supplier": {
24
                    "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
25
                    "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
26
                    "firstName
FirstName

Firstname/givenname if the supplier is a person

":
"{String}",
27
                    "supplierLink
SupplierLink

Supplier reference

":
"{String}"
28
               },
29
               "totals": {
30
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
31
                    "totalAmount
TotalAmount

The total amount in object currency, including VAT

":
"{Decimal}"
32
               },
33
               "shipment": {
34
                    "deliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

":
"{String}",
35
                    "deliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

":
"{String}",
36
                    "shippingService": {
37
                         "shippingServiceId
ShippingServiceId

Shipping service identifier

":
"{Integer}",
38
                         "name
Name

Name of shipping service

":
"{String}",
39
                         "shippingServiceLink
ShippingServiceLink

Shipping service reference

":
"{String}"
40
                    }
41
               },
42
               "highlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
{
43
                    "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{Integer}",
44
                    "status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{Integer}",
45
                    "createdAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{Datetime}",
46
                    "message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{String}",
47
                    "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{String}",
48
                    "notificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
{
49
                         "notificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{String}",
50
                         "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{String}",
51
                         "notificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{String}"
52
                    },
53
                    "notificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=SupplierReturn.HighlightedNotification in your request URI to get this field

":
"{String}"
54
               },
55
               "supplierReturnLink
SupplierReturnLink

Supplier return reference

":
"{String}"
56
          }
57
     ],
58
     "paging
Paging

Detailed paging information for this list.

":
{
59
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
60
          "position
Position

Position of the first element in the list

":
"{Integer}",
61
          "page
Page

Page index

":
"{Integer}",
62
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
63
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
64
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
65
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
66
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
67
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
68
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
69
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
70
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
71
     }
72
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100147 HTTP 404 Notification type not found